home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / eo-h-f.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  82 lines

  1. ;;; Copyright (C) 2007 Joop Kiefte (LaPingvino)
  2. ;;; 
  3. ;;; This file is part of the m17n contrib; a sub-part of the m17n
  4. ;;; library.
  5. ;;; 
  6. ;;; The m17n library is free software; you can redistribute it and/or
  7. ;;; modify it under the terms of the GNU Lesser General Public License
  8. ;;; as published by the Free Software Foundation; either version 2.1 of
  9. ;;; the License, or (at your option) any later version.
  10. ;;; 
  11. ;;; The m17n library is distributed in the hope that it will be useful,
  12. ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14. ;;; Lesser General Public License for more details.
  15. ;;; 
  16. ;;; You should have received a copy of the GNU Lesser General Public
  17. ;;; License along with the m17n library; if not, write to the Free
  18. ;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  19. ;;; Boston, MA 02110-1301, USA.
  20. ;;; 
  21. ;;; <li> eo-h-f.mim
  22. ;;;
  23. ;;; Inputmethod for Esperanto // Enigmetodo por Esperanto
  24.  
  25. (input-method eo h-fundamente)
  26.  
  27. (title "eo-h-f")
  28.  
  29. (description (_"Meant for writing Esperanto-letters using Zamenhof's fundamental system."))
  30.  
  31. (map
  32.   (trans
  33.  
  34. ("ch" "─ë")
  35. ("gh" "─¥")
  36. ("hh" "─Ñ")
  37. ("jh" "─╡")
  38. ("sh" "┼¥")
  39. ("au" "a┼¡")
  40. ("eu" "e┼¡")
  41. ("Ch" "─ê")
  42. ("Gh" "─£")
  43. ("Hh" "─ñ")
  44. ("Jh" "─┤")
  45. ("Sh" "┼£")
  46. ("Au" "A┼¡")
  47. ("Eu" "E┼¡")
  48. ("CH" "─ê")
  49. ("GH" "─£")
  50. ("HH" "─ñ")
  51. ("JH" "─┤")
  52. ("SH" "┼£")
  53. ("AU" "A┼¼")
  54. ("EU" "E┼¼")
  55. ("chh" "ch")
  56. ("ghh" "gh")
  57. ("hhh" "hh")
  58. ("jhh" "jh")
  59. ("shh" "sh")
  60. ("auu" "au")
  61. ("euu" "eu")
  62. ("Chh" "Ch")
  63. ("Ghh" "Gh")
  64. ("Hhh" "Hh")
  65. ("Jhh" "Jh")
  66. ("Shh" "Sh")
  67. ("Auu" "Au")
  68. ("Euu" "Eu")
  69. ("CHH" "CH")
  70. ("GHH" "GH")
  71. ("HHH" "HH")
  72. ("JHH" "JH")
  73. ("SHH" "SH")
  74. ("AUU" "AU")
  75. ("EUU" "EU")
  76.    ))
  77.  
  78. (state
  79.   (init
  80.     (trans)))
  81.  
  82.